import { IFBackgroundPattern } from '../../../f-backgroud';
export declare class AddPatternToBackgroundRequest {
    fPattern: IFBackgroundPattern | undefined;
    constructor(fPattern: IFBackgroundPattern | undefined);
}
