export declare const FormContent: ({ cols, heading, description, showActions }: { cols: number; showActions: boolean; heading?: string; description?: string; }) => import("react/jsx-runtime").JSX.Element | null; export declare const ReadOnlyFormContent: ({ cols, heading, description, showActions }: { cols: number; showActions: boolean; heading?: string; description?: string; }) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=Form.mocks.d.ts.map