export declare function PropertyIdCopyTooltip({ propertyKey, className, children, }: {
    propertyKey: string;
    className?: string;
    children: React.ReactNode;
}): import("react/jsx-runtime").JSX.Element;
export declare function PropertyIdCopyTooltipContent({ propertyKey }: {
    propertyKey: string;
}): import("react/jsx-runtime").JSX.Element;
