export interface I_SectionWrapperProps {
    children: React.ReactNode;
    name?: string;
}
//# sourceMappingURL=index.d.ts.map