import { ShapeComponent as SC } from '../../runtime';
export type TickOptions = Record<string, any>;
/**
 * 工
 */
export declare const Tick: SC<TickOptions>;
