import { PollData_Design_PollDesign_Background_Type } from 'ricos-schema/next'; export declare function getRandomValue(pool: T[]): T; export declare function toBackgroundString(background: { type: string; image: any; gradient: any; color: any; }, backgroundType: PollData_Design_PollDesign_Background_Type, width: number, height: number): string | null; //# sourceMappingURL=helpers.d.ts.map