export declare const isCssPropertiesType: (type: any, checker: any) => boolean; export declare const schemaForIndexType: (type: any, checker: any) => Record; export declare const patchSchemaForType: (type: any, schema: Record, checker: any, visited?: Set) => void; //# sourceMappingURL=schema.d.ts.map