import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const Straight: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default Straight;
