import { DateInputProps } from '../DateInput/types'; import { MobileSelectorSheetProps } from '../../atoms/Selects/types'; export type MobileDatePickerProps = DateInputProps & MobileSelectorSheetProps; /** * Variants for the input container styling */ export declare const mobileDatePickerVariants: (props?: ({ isDisabled?: boolean | null | undefined; } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string; //# sourceMappingURL=types.d.ts.map