import { ReactNode } from 'react'; export type LayoutProps = { 'data-testid'?: string; children: ReactNode; header?: ReactNode; footer?: ReactNode; }; //# sourceMappingURL=types.d.ts.map