export declare const genRandomPlaceholderBg: () => string; export declare const genPlaceholder: ( text: string, size: 30 | 125, bgColor?: string, fontOptions?: { font?: string; fontWeight?: string; fontSize?: number; fontColor?: string; }, ) => HTMLCanvasElement; export default genPlaceholder;