import { DateInputProps } from "./date.component"; interface StyledDateInputProps extends Pick { applyDateRangeStyling?: boolean; size: Required["size"]; } export declare const datePickerWidth: { large: string; medium: string; small: string; }; declare const StyledDateInput: import("styled-components").StyledComponent<"div", any, { theme: object; } & StyledDateInputProps, "theme">; export default StyledDateInput;