import { IconProps } from '../lib';
declare function Layout(props: IconProps): JSX.Element;
export default Layout;
