/// interface Props { size?: number; } export default function OpenApMargetplaceLogo({ size, }: Props): JSX.Element; export {};