declare const ExceptionList: {
    refreshBooleanMissing: {
        message: string;
        type: string;
    };
    stickyWhileHorizontalNotSupported: {
        message: string;
        type: string;
    };
    columnsWhileHorizontalNotSupported: {
        message: string;
        type: string;
    };
    multipleViewabilityThresholdTypesNotSupported: {
        message: string;
        type: string;
    };
    overrideItemLayoutRequiredForMasonryOptimization: {
        message: string;
        type: string;
    };
};
export default ExceptionList;
//# sourceMappingURL=ExceptionList.d.ts.map