import { UiDataPayloads } from '../types'; export declare function useUiData(dataName: T, defaultValue: UiDataPayloads[T]): UiDataPayloads[T];