type Props = { title: string; size?: number; }; export declare function FileExtensionBadge({ title }: Props): import("react/jsx-runtime").JSX.Element; export {};