import { SchemaType } from '@sanity/types'; import React from 'react'; /** * Return `false` if we explicitly disable the icon. * Otherwise return the passed icon or the schema type icon as a backup. */ export declare function getIconWithFallback(icon: React.ComponentType | false | undefined, schemaType: SchemaType | undefined, defaultIcon: React.ComponentType): React.ComponentType | false; //# sourceMappingURL=getIconWithFallback.d.ts.map