import type { UIInterface } from '../types'; export default function renderAbout(it: UIInterface): { show: () => void; hide: () => void; }; //# sourceMappingURL=About.d.ts.map