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