import { Theme } from '../../utils/theme'; import { FieldGroupType } from '../../components/FieldGroup'; export declare const getSplitVariant: (props: StyledFieldGroupProps) => import('styled-components').RuleSet; export declare const getCustomVariant: (props: StyledFieldGroupProps) => import('styled-components').RuleSet; export declare const getVertical: () => import('styled-components').RuleSet; export declare const getHorizontal: () => import('styled-components').RuleSet; type StyledFieldGroupProps = { $vertical?: boolean; size?: string; $variant?: string; type?: FieldGroupType; theme: Theme; }; declare const StyledFieldGroup: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, StyledFieldGroupProps>> & string; export { StyledFieldGroup };