import { FlexProps } from '@workday/canvas-kit-react/layout';
import { CSProps } from '@workday/canvas-kit-styling';
export interface FormFieldGroupListProps extends CSProps, FlexProps {
}
export declare const FormFieldGroupList: import("@workday/canvas-kit-react/common").ElementComponentM<"div", FormFieldGroupListProps, {
    state: {
        id: string;
        error: "error" | "caution" | undefined;
        isRequired: boolean;
        orientation: "vertical" | "horizontalEnd" | "horizontalStart";
    };
    events: {};
}>;
//# sourceMappingURL=FormFieldGroupList.d.ts.map