import { OffsetStyle } from '../styling/offset-style';
export declare class ResultsEntity {
    PageSize: number;
    SfViewName: string;
    Margins?: OffsetStyle;
    SfWidgetLabel: string;
    CssClass: string | null;
    SearchResultsHeader: string;
    NoResultsHeader: string;
    ResultsNumberLabel: string;
    Attributes: {
        [key: string]: Array<{
            Key: string;
            Value: string;
        }>;
    } | null;
}
