import { type StyledProps } from "./Styled"; /** * moaui Styled Tooltip * * @param props - children, title, placement, open, arrowBorder * @example * * {children} * * @returns React.ReactElement */ declare const Tooltip: (props: StyledProps) => import("react/jsx-runtime").JSX.Element; declare const SampleProps: {}; export default Tooltip; export { type StyledProps as TooltipProps, SampleProps as TooltipSample, }; //# sourceMappingURL=index.d.ts.map