///
export declare const CountryButton: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLButtonElement>, {}>;
export declare const CountriesWrapper: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const CountriesList: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLUListElement>, {}>;
export declare const CountryStyled: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLLIElement>, {}>;
export declare const InputStyled: import("@emotion/styled").StyledComponent, "ref"> & import("react").RefAttributes & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const Required: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const StyledErrorMessage: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLElement>, {}>;
export declare const MobileWrapper: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const InputNumberStyled: import("@emotion/styled").StyledComponent, "ref"> & import("react").RefAttributes & import("@mui/system").MUIStyledCommonProps & {
error?: boolean | undefined;
}, {}, {}>;