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