import React from 'react'; import { StyleSheet } from '@usercentric/uc-design-system/lib/hooks/useStyles'; export declare const styleSheet: StyleSheet; export declare type ShellLayoutProps = { children: NonNullable; }; declare function ShellLayout({ children }: ShellLayoutProps): JSX.Element; declare const _default: React.MemoExoticComponent; export default _default; //# sourceMappingURL=Layout.d.ts.map