import { FeatureSectionProps } from "@/components/legacy"; export { FeatureSection as Component } from "@/components/legacy"; export { default as preview } from "./preview.png"; export declare const label = "Feature Section"; export declare const props: FeatureSectionProps;