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