import { n as ImprensaSocialService } from "../socials-BIszPk-A.mjs";
import { RawHtml } from "ilha";
//#region src/components/icons.d.ts
/** Social brand icon — `icon` matches `imprensa({ socials })` `service` values. */
declare function Icon(props: {
icon: ImprensaSocialService;
class?: string;
}): RawHtml;
/** @deprecated Use `` from `imprensa/icons`. */
declare function GithubIcon(props: {
class?: string;
}): RawHtml;
/** @deprecated Use ``. */
declare function XIcon(props: {
class?: string;
}): RawHtml;
/** @deprecated Use ``. */
declare function DiscordIcon(props: {
class?: string;
}): RawHtml;
//#endregion
export { DiscordIcon, GithubIcon, Icon, type ImprensaSocialService, XIcon };