import { type VariantProps } from 'class-variance-authority'; /** Shared top-radius + clip — used by background CVA and gorhom modal `style` (via useResolveClassNames). */ export declare const bottomSheetModalContainerClassName = "overflow-hidden rounded-t-4xl"; /** Gorhom backgroundComponent — surface fill + shared top-radius clip. */ export declare const bottomSheetBackgroundClassName = "overflow-hidden rounded-t-4xl bg-surface-primary"; export declare const bottomSheetHeaderVariants: (props?: ({ hasTitle?: boolean | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export declare const bottomSheetContentVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export declare const bottomSheetFooterVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export type BottomSheetHeaderVariants = VariantProps; //# sourceMappingURL=styles.d.ts.map