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