import { FC, ReactNode } from 'react'; export declare const Pointer: FC<{ icon: string; prefix?: string; label: string; helper?: string; children?: ReactNode; }>;