import * as s from 'solid-js'; export { highlight_color_var, highlight_container, highlight_element, highlight_opacity_var, } from './highlight.tsx'; export { toggle_button, toggle_button_styles } from './toggle-button.tsx'; export declare const tag_brackets = "tag_brackets"; export declare const tag_brackets_styles: string; export declare const devtools_root_class = "devtools-root"; export declare function Styles(): s.JSXElement; //# sourceMappingURL=styles.d.ts.map