///
import { StackProps } from '../Stack';
export declare type LocalFieldStackProps = {};
export declare type FieldStackProps = StackProps & LocalFieldStackProps;
export declare const FieldStack: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
};