export declare const noselect: import("lit").CSSResult;
export declare const noselectText = "\n-webkit-touch-callout: none;\n -webkit-user-select: none; \n -khtml-user-select: none;\n -moz-user-select: none; \n -ms-user-select: none; \n user-select: none;\n";