export type FeatureVideoElementProps = Readonly<{ children: React.ReactNode; }>; export declare const FeatureVideoElement: ({ children }: FeatureVideoElementProps) => import("react").JSX.Element; //# sourceMappingURL=FeatureVideoElement.d.ts.map