export declare const selectItemVariants: (props?: ({ isSelected?: boolean | null | undefined; isHovered?: boolean | null | undefined; isDisabled?: boolean | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; export type MobileSelectorSheetProps = { bottomSheetTitle?: string; bottomSheetSubtitle?: string; bottomSheetButtonLabel?: string; className?: string; }; //# sourceMappingURL=types.d.ts.map