export type FormPageLayoutStyleProps = {
    subTitleProps?: {
        fontWeight?: string;
        color?: string;
    };
    justifyContent?: string;
    paddingEnd?: string;
};
//# sourceMappingURL=FormPageLayoutStyleProps.d.ts.map