/**
 * Inserts a space in any text after every maxLength amount of characters, allowing Material-UI to gracefully wrap it
 * @param text text to split
 * @param maxLength The maximum length of a text section @default 75
 */
export declare function createWrappableText(text: string, maxLength?: number): string;
//# sourceMappingURL=CreateWrappableText.d.ts.map