import type { DatabaseObject } from "../../types/notion/database.js";
import type { PropertyItemType } from "../../types/notion/property/properties.js";
import type { FC } from "react";
type Props = {
    propertyItem: PropertyItemType | DatabaseObject["properties"][string];
};
export declare const PropertyIcon: FC<Props>;
export {};
//# sourceMappingURL=PropertyIcon.d.ts.map