import { VariantProps } from 'cva'; import { Config } from 'react-popper-tooltip'; import { PropsWithChildren, ReactNode, FC } from 'react'; declare const tooltipRecipe: (props?: ({ theme?: "dark" | "light" | undefined; } & ({ class?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined; className?: undefined; } | { class?: undefined; className?: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | any | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined)[] | { [x: string]: any; } | null | undefined; })) | undefined) => string; type TooltipRecipeVariants = VariantProps; type TooltipProps = PropsWithChildren<{ arrowClassName?: string; content: ReactNode; contentClassName?: string; className?: string; placement?: Config["placement"]; trigger?: Config["trigger"]; } & TooltipRecipeVariants>; declare const Tooltip: FC; export { type TooltipProps, Tooltip as default, tooltipRecipe };