import { ErrorProps } from './Error'; type ILayoutContentProps = React.PropsWithChildren & { error?: React.ComponentType; }; declare function LayoutContent(props: ILayoutContentProps): import("react/jsx-runtime").JSX.Element; export { LayoutContent }; //# sourceMappingURL=Content.d.ts.map