/// import { LayoutProps } from '../Layout'; export declare type OneColumnLayoutProps = LayoutProps; /** A one-column layout. */ export default function OneColumnLayout({ children, ...props }: OneColumnLayoutProps): JSX.Element; //# sourceMappingURL=index.d.ts.map