///
export declare const StyledRequestConsultationForm: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledButton: import("@emotion/styled").StyledComponent<{
variant?: "error" | "primary" | "secondary" | "tertiary" | "light" | "ghost" | "white" | "success";
skipHover?: boolean;
withColorHover?: boolean;
theme?: "helloSites" | "marryBaby";
component?: any;
gradient?: string;
} & Omit & import("react").ButtonHTMLAttributes & import("../../../types").DataTrackingType & import("react").RefAttributes & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyledDrawerBottom: import("@emotion/styled").StyledComponent<{
isOpen: boolean;
isMobile: boolean;
onClose: () => void;
overlayClassName?: string;
contentClassName?: string;
handlerClassName?: string;
isLinear?: boolean;
onOpenChange?: (isOpen: boolean) => void;
drawerOverlayProps?: Omit, "ref"> & import("react").RefAttributes, "ref"> & import("../../../types").DataTrackingTypeHTMLElement;
} & Omit & Omit & {
children?: import("react").ReactNode;
} & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyledPhone: import("@emotion/styled").StyledComponent & import("react").RefAttributes> & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyledInputWrapper: import("@emotion/styled").StyledComponent & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;