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