export declare const configSchema: {
    readonly type: "object";
    readonly properties: {
        readonly functions: {
            readonly type: "array";
            readonly items: {
                readonly type: "string";
            };
        };
        readonly jsxAttributes: {
            readonly type: "array";
            readonly items: {
                readonly type: "string";
            };
        };
        readonly keyframes: {
            readonly type: "array";
            readonly items: {
                readonly type: "string";
            };
        };
        readonly resolvers: {
            readonly type: "array";
            readonly items: {
                readonly type: "string";
            };
        };
    };
};
//# sourceMappingURL=config.d.ts.map