///
interface StyledFormGroupProps {
direction?: 'row' | 'column';
gap?: string | number;
inputHeight?: string | number;
}
export declare const StyledFormGroup: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & StyledFormGroupProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const LabelStyle: (required?: boolean) => import("@emotion/react").SerializedStyles;
export declare const Container: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const Header: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const DropDownTrigger: import("@emotion/styled").StyledComponent & {
theme?: import("@emotion/react").Theme | undefined;
}, {}, {}>;
export declare const SearchFilterDiv: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const searchInputStyle: import("@emotion/react").SerializedStyles;
export declare const InputStyle: (hasError?: boolean) => import("@emotion/react").SerializedStyles;
export {};