export interface LayoutProps {
    children: any;
    type: 'default' | 'docs';
}
