import type { PropertyItemType } from "../../types/notion/property/properties.js";
import type { FC } from "react";
type Props = {
    name: string;
    value: PropertyItemType;
    hideName?: boolean;
};
export declare const Property: FC<Props>;
export {};
//# sourceMappingURL=Property.d.ts.map