import type { Theme } from '../styles';
import { type ARIA_LIVE_ELEMENT_ID } from './constants';
export declare const destructureStyleOverride: (styleOverride: any, theme: Theme) => any;
export declare const formatBytes: (bytes: number) => string;
export declare const handleAriaLiveUpdates: (elementId: ARIA_LIVE_ELEMENT_ID, updateMessage: string) => void;
