import type { FC } from 'react'; export interface BlankLayoutProps { readOnly?: boolean; } declare const BlankLayout: FC; export default BlankLayout;