interface CSSVariablesProps { /** CSS selector where variables should be applied */ selector?: string; } /** * Component that injects CSS variables based on the current theme */ export declare function CSSVariables({ selector }: CSSVariablesProps): null; export {};