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<typeof _SnapLine>;
export declare const SnapLines: React.MemoExoticComponent<typeof _SnapLines>;
export {};
//# sourceMappingURL=SnapLines.d.ts.map