///
import { LayoutProps, AsideProps } from '../Layout';
export declare type SplitLayoutProps = Required & Pick;
/** A symmetrical two-column layout. */
export default function SplitLayout({ after, before, fluid, styleSheet }: SplitLayoutProps): JSX.Element;
//# sourceMappingURL=index.d.ts.map