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