import { FunctionComponent } from 'react';
export interface TooltipNoteProps {
    note: string;
}
export declare const TooltipNote: FunctionComponent<TooltipNoteProps>;
