/// interface FixedLayoutProps { children?: JSX.Element | null | (JSX.Element | null)[]; } export declare const FixedLayout: { ({ children }: FixedLayoutProps): JSX.Element | null; displayName: string; }; export {};