import type { TooltipApiProps } from "./tooltip.types.js"; export declare const tooltipProps: (keyof TooltipApiProps)[]; export declare const splitTooltipProps: (props: Props) => [TooltipApiProps, Omit]; //# sourceMappingURL=tooltip.props.d.ts.map