import PropTypes from 'prop-types'; declare const Tick: { ({ tick, count, format }: { tick: any; count: any; format: any; }): JSX.Element; propTypes: { tick: PropTypes.Validator; value: PropTypes.Validator; percent: PropTypes.Validator; }>>; count: PropTypes.Validator; format: PropTypes.Validator<(...args: any[]) => any>; }; defaultProps: { format: (d: any) => any; }; }; export default Tick; //# sourceMappingURL=Tick.d.ts.map