import { FormLayoutProps } from './FormLayout.types'; export declare const FormLayout: ({ title, subtitle, description, children, }: FormLayoutProps) => JSX.Element;