import * as React from 'react'; import { PropertyType } from 'notion-types'; interface PropertyIconProps { className?: string; type: PropertyType; } export declare const PropertyIcon: React.FC; export {}; //# sourceMappingURL=property-icon.d.ts.map