export declare type EntityRenderTemplate = (options: HolyOptions, offset?: number) => string; export declare type HolyOptionsInput = { el: Element | string; rate: number | string; size?: number; primaryColor?: string; secondColor?: string; }; export declare type HolyOptions = { el: Element; rate: number; size?: number; primaryColor?: string; secondColor?: string; }; //# sourceMappingURL=types.d.ts.map