import React from 'react';
import type { IBothSidesLayoutProps } from './typings/IBothSidesLayoutProps.type';
export type { IBothSidesLayoutProps };
/**
 * @public
 */
declare const BothSidesLayout: React.FC<IBothSidesLayoutProps>;
export default BothSidesLayout;
