import type { ClassValue } from 'svelte/elements';
interface Props {
    class?: ClassValue;
}
declare const BugAntIcon: import("svelte").Component<Props, {}, "">;
type BugAntIcon = ReturnType<typeof BugAntIcon>;
export default BugAntIcon;
