type Props = { bytes?: number | null; decimals?: number | null; unit?: 'iB' | 'B'; }; declare function PrettyBytes({ bytes, decimals, unit }: Props): import("react/jsx-runtime").JSX.Element; export { PrettyBytes }; //# sourceMappingURL=PrettyBytes.component.d.ts.map