export type Props = { /** * Number of newlines to insert. * * @default 1 */ readonly count?: number; }; /** * Adds one or more newline (\n) characters. Must be used within components. */ export default function Newline(t0: any): any; //# sourceMappingURL=Newline.d.ts.map