import React from 'react'; export declare const tipIconCls: string; export declare const tipContentCls: string; export declare const GridItemWrap: import("@emotion/styled-base").StyledComponent & { theme?: import("../../../style").Theme | undefined; } & React.RefAttributes, Pick & { theme?: import("../../../style").Theme | undefined; } & React.RefAttributes, "theme" | keyof React.HTMLAttributes>, object>; export declare const GridLabelWrap: React.ForwardRefExoticComponent & { theme?: import("../../../style").Theme | undefined; } & React.RefAttributes>; export declare const GridControllerWrap: React.ForwardRefExoticComponent & { theme?: import("../../../style").Theme | undefined; } & React.RefAttributes>; export declare const ItemWrap: React.ForwardRefExoticComponent & { theme?: import("../../../style").Theme | undefined; } & React.RefAttributes>; export declare const LabelWrap: React.ForwardRefExoticComponent & { theme?: import("../../../style").Theme | undefined; } & React.RefAttributes>; export declare const CommentWrap: React.ForwardRefExoticComponent & { theme?: import("../../../style").Theme | undefined; } & React.RefAttributes>; export declare const ControllerWrap: React.ForwardRefExoticComponent & { theme?: import("../../../style").Theme | undefined; } & React.RefAttributes>; export declare const GroupWrap: React.ForwardRefExoticComponent & { theme?: import("../../../style").Theme | undefined; } & React.RefAttributes>; export declare const GroupTitle: React.ForwardRefExoticComponent & { theme?: import("../../../style").Theme | undefined; } & React.RefAttributes>; export declare const FormWrap: React.ForwardRefExoticComponent<{ size: string; } & React.HTMLAttributes & { theme?: import("../../../style").Theme | undefined; } & React.RefAttributes>; export declare const Tip: React.ForwardRefExoticComponent<{ status: string; } & import("../../Combine/Combine").DefinedCombineProps & Omit, keyof import("../../Combine/Combine").DefinedCombineProps> & React.HTMLAttributes & { theme?: import("../../../style").Theme | undefined; } & React.RefAttributes>; export declare const RequiredLabel: React.ForwardRefExoticComponent & { theme?: import("../../../style").Theme | undefined; } & React.RefAttributes>; export declare const HelpIcon: React.ForwardRefExoticComponent<{ type: string; size?: string | undefined; } & React.HTMLAttributes & { theme?: import("../../../style").Theme | undefined; } & React.RefAttributes>; declare const StatusIcon: React.MemoExoticComponent<({ status, ...rest }: { status: string; spin?: boolean | undefined; }) => JSX.Element>; export { StatusIcon }; export declare const SubAreaWrap: React.ForwardRefExoticComponent & { theme?: import("../../../style").Theme | undefined; } & React.RefAttributes>;