export interface StateLabels { errorTitle: string; errorMessage: (error: unknown) => string; emptyTitle: string; emptyDescription: string; } export declare const DEFAULT_STATE_LABELS: StateLabels;