import { ClassName } from "@helpers/types"; export interface TooltipProps extends ClassName { text: string; position?: "top" | "right" | "bottom" | "left"; supportingText?: string; variant?: "light" | "dark"; }