import { TTheme } from '../../../types/TTheme';
export declare const StyledDatePicker: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<Omit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "theme" | "$layer" | "$themeType" | "$externalStyle" | "$align"> & {} & {
    $align?: import('../../../types').TTextAlignLC | undefined;
    $themeType?: import('../../../types/TUiColorsMain').TUiColorsMain | undefined;
    $layer?: import('../../../types').TLayer | undefined;
    $externalStyle?: import('styled-components').CSSProp;
} & {
    theme?: TTheme;
}, "ref"> & {
    ref?: ((instance: HTMLInputElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLInputElement> | null | undefined;
}, {
    $isActive?: boolean;
} & {} & {
    $align?: import('../../../types').TTextAlignLC | undefined;
    $themeType?: import('../../../types/TUiColorsMain').TUiColorsMain | undefined;
    $layer?: import('../../../types').TLayer | undefined;
    $externalStyle?: import('styled-components').CSSProp;
} & {
    theme: TTheme;
}>> & string;
