import * as React from 'react'; import type { TLSnapLine } from '../../types'; declare function _SnapLines({ snapLines }: { snapLines: TLSnapLine[]; }): JSX.Element; declare function _SnapLine({ snapLine }: { snapLine: TLSnapLine; }): JSX.Element; export declare const SnapLine: React.MemoExoticComponent; export declare const SnapLines: React.MemoExoticComponent; export {}; //# sourceMappingURL=SnapLines.d.ts.map