import React from "react"; interface SectionV2Props { trigger: string; children?: React.ReactNode; } export declare const SectionV2: ({ trigger, children }: SectionV2Props) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SectionV2.d.ts.map