export interface Background {
    name: string;
    value: string;
}
export declare const withBackgrounds: (...args: any) => any;
