import Ruler from './ruler.component';
import { RulerTick } from './types';
export default Ruler;
export { RulerTick };
