import { Styles } from 'flairup'; import * as React from 'react'; export declare const stylesheet: { create: (styles: Partial<{ [k in K]: Partial> | Partial<{ '.'?: string | string[] | undefined; '--'?: any; }>; }> | Partial<{}>) => Record, any>, Set> & Record>; getStyle: () => string; isApplied: () => boolean; }; export declare const commonStyles: Record>; export declare const PickerStyleTag: React.NamedExoticComponent<{ nonce?: string | undefined; }>; export declare const commonInteractionStyles: Record>; export declare function darkMode(key: string, value: Styles): { '.epr-dark-theme': { [x: string]: Partial>; }; '.epr-auto-theme': { [x: string]: { '@media (prefers-color-scheme: dark)': Partial>; }; }; };