import { type ChildrenProps } from "../../types/props"; import { type TooltipProps } from "../Tooltip"; export interface HelpProps extends Omit, ChildrenProps { } //# sourceMappingURL=Help.types.d.ts.map