import { Options } from './types';
export declare const textVide: (text: string, maybeOptions?: Partial<Options>) => string;
