import { ReactNode } from 'react'; interface GroupPlanningLayoutProps { step: number; totalSteps: number; children: ReactNode; bottomButton: ReactNode; } export declare function GroupPlanningLayout({ step, totalSteps, children, bottomButton, }: GroupPlanningLayoutProps): import("react").JSX.Element; export {}; //# sourceMappingURL=GroupPlanningLayout.d.ts.map