export declare const styles: { shared: { label: string; input: string; }; size: { small: { container: string; }; medium: { container: string; }; large: { container: string; }; }; rounded: { input: string; }; }; declare const DatePicker: (props: import("@button-inc/component-library/esm/DatePicker").Props) => JSX.Element; export default DatePicker;