export declare const sheetViewportVariants: (props?: ({
    side?: "left" | "right" | "top" | "bottom" | null | undefined;
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
export declare const sheetContentVariants: (props?: ({
    variant?: "default" | "dark" | null | undefined;
    side?: "left" | "right" | "top" | "bottom" | null | undefined;
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
export declare const sheetHeaderVariants: (props?: ({
    variant?: "default" | "dark" | null | undefined;
    density?: "relaxed" | "compact" | "none" | "comfortable" | null | undefined;
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
export declare const sheetBodyVariants: (props?: ({
    density?: "relaxed" | "compact" | "none" | "comfortable" | null | undefined;
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
export declare const sheetFooterVariants: (props?: ({
    variant?: "default" | "dark" | null | undefined;
    density?: "relaxed" | "compact" | "none" | "comfortable" | null | undefined;
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
