export interface WrapperLabels { collapse: string; expand: string; errorFallbackTitle: string; } export declare const DEFAULT_WRAPPER_LABELS: WrapperLabels;