/** * The `Tick` component renders a table cell representing a numerical value as a tick; * the horizontal position of the tick encodes the value. * See also: [Dot](./?path=/docs/tables-components-renderers-dot--documentation) * @component */ import type { TickProps } from './TickProps'; declare const Tick: import("svelte").Component; type Tick = ReturnType; export default Tick; //# sourceMappingURL=Tick.svelte.d.ts.map