export function Tooltip({ children, text, position }: { children: any; text: any; position?: string; }): any;