/// <reference types="react" />
export declare const stylesheet: {
    create: <K extends string>(styles: Partial<{ [k in K]: Partial<Partial<CSSStyleDeclaration> & Partial<{
        '.'?: string | string[] | undefined;
        '--'?: any;
    }>>; }> | Partial<{}>) => Record<Exclude<Exclude<K, any>, any>, Set<string>> & Record<never, Set<string>>;
    getStyle: () => string;
    isApplied: () => boolean;
};
export declare const commonStyles: Record<never, Set<string>>;
export declare function PickerStyleTag(): JSX.Element | null;
export declare const commonInteractionStyles: Record<never, Set<string>>;
