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