export declare function CopyableIcon({ name, theme }: { name: string; theme: string; }): JSX.Element; export default function Category({ icons, title, theme }: { title: string; icons: string[]; theme: string; }): JSX.Element;