import * as Card from "./Card"; import * as Header from "./Header"; import * as Divider from "./Divider"; import * as FeatureSection from "./FeatureSection"; import * as Hero from "./Hero"; import * as UseCaseSection from "./UseCaseSection"; import * as Footer from "./Footer"; export declare const templates: (typeof Card | typeof Header | typeof Divider | typeof FeatureSection | typeof Hero | typeof UseCaseSection | typeof Footer)[];