import type { Collection, TinaField } from "tinacms"; import { MyTemplate } from "../../create"; export declare const header: (templates: MyTemplate[]) => Collection; export declare const footer: (templates: MyTemplate[]) => Collection; export declare const colors: () => Collection; export declare const buttons: () => Collection; export declare const texts: () => Collection; export declare const inputs: () => Collection; export declare const fonts: () => Collection; export declare const global: (extraFields: TinaField[]) => Collection;