import { PropType } from 'vue'; export interface NewlineProps { /** * Number of newlines to insert. * @default 1 */ count?: number; } /** * Adds one or more newline (`\n`) characters. Must be used within `` components. */ export declare const Newline: import('vue').DefineComponent; default: number; }; }>, () => import('vue').VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: number; }; }>> & Readonly<{}>, { count: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export type { NewlineProps as Props, NewlineProps as IProps }; //# sourceMappingURL=Newline.d.ts.map