import { ItemModel } from "@syncfusion/ej2-angular-splitbuttons"; export declare const fontFamily: Object; export declare const size: { default: string; width: string; items: { text: string; value: string; }[]; }; export declare const lineHeight_items: ItemModel[]; export interface BulletStyle { id: string; text: string; symbol: string; iconCss: string; description: string; } export declare const BULLET_STYLES: BulletStyle[]; export declare function getBulletStyle(id: string): BulletStyle | undefined; export declare function getAllBulletStyles(): BulletStyle[]; export declare function applyBulletStyle(ul: HTMLElement, style: BulletStyle): void;