import type { PropertiesType as PropertiesType } from "../../types/notion/property/properties.js";
import type { FC } from "react";
type Props = {
    properties: PropertiesType;
    hidePropertyName?: boolean;
};
export declare const Properties: FC<Props>;
export {};
//# sourceMappingURL=Properties.d.ts.map