import { FC, PropsWithChildren } from "react";
interface TooltipProps {
    placement?: string;
    title: string;
    tooltipId?: string;
}
export declare const BlokTooltip: FC<PropsWithChildren<TooltipProps>>;
export {};
//# sourceMappingURL=BlokTooltip.d.ts.map