export declare const popoverWrapper: string;
export declare const popoverHolder: string;
export declare const holderVisible: string;
export declare const holderTop: string;
export declare const holderBottom: string;
export declare const holderLeftMobile: string;
export declare const popoverHolderRecipe: import('@vanilla-extract/recipes').RuntimeFn<{
    visible: {
        true: string[];
        false: {};
    };
    position: {
        top: string[];
        bottom: string[];
    };
    leftMobile: {
        true: string[];
        false: {};
    };
}>;
export declare const selecter: string;
export declare const selecterHover: string;
export declare const selecterIcon: string;
export declare const selecterIconOpen: string;
export declare const selecterLabel: string;
export declare const header: string;
export declare const content: string;
export declare const closeButton: string;
//# sourceMappingURL=popover.css.d.ts.map