import React from 'react'; export declare const InfoButton: ({ "aria-label": ariaLabel, onClick, }: { 'aria-label'?: string | undefined; onClick: () => void; }) => React.JSX.Element;