/// export interface BreakProps { lines?: number; } export default function Break(props: BreakProps): JSX.Element;