import type { Size } from '../types'; export declare const getDinersLogo: (size: Size) => JSX.Element;