/// export declare const InfoButton: ({ "aria-label": ariaLabel, onClick, }: { 'aria-label'?: string; 'onClick': () => void; }) => JSX.Element;