import * as React from "react"; import * as react_jsx_runtime101 from "react/jsx-runtime"; //#region src/components/forms/FormCardLayout.d.ts interface FormCardLayoutProps { title?: React.ReactNode; description?: React.ReactNode; actions?: React.ReactNode; children: React.ReactNode; className?: string; contentClassName?: string; } declare function FormCardLayout({ title, description, actions, children, className, contentClassName }: FormCardLayoutProps): react_jsx_runtime101.JSX.Element; //#endregion export { FormCardLayout }; //# sourceMappingURL=FormCardLayout.d.ts.map