import { default as React } from 'react'; type Props = { onClick: React.MouseEventHandler; value: string; subtitle?: string; }; declare const _default: React.MemoExoticComponent<(props: Props) => import("react/jsx-runtime").JSX.Element>; export default _default;