import { TopAppBarProps } from '../TopAppBar' import { MainProps } from '../Main'; export type RootProps = { topAppBarProps: Partial mainProps: Partial } declare const Root: React.FC; export default Root;