import { Parameter } from "./../index";
export interface SelectionHeaderFooterInterface {
}
export declare class SelectionHeaderFooter implements SelectionHeaderFooterInterface, Parameter {
    constructor(data: any);
    static fromJson(data: any): SelectionHeaderFooter;
    toJson(): any;
    clone(): SelectionHeaderFooter;
}
