import type { FC } from 'react'; export declare const InfoButton: FC<{ onClick: () => void; }>;