/// <reference types="react" />
import type { StyleProps } from "../utils/StyleTypes";
declare type MediaInfoProps = {
    a11yIdPrefix?: string;
} & StyleProps;
export declare const MediaInfo: ({ a11yIdPrefix, className }: MediaInfoProps) => JSX.Element;
export {};
