import { type FunctionalComponent as FC } from '../../stencil-public-runtime';
import type { KoliBriCustomIcon } from '../../schema';
declare const IconHelper: FC<KoliBriCustomIcon & {
    class?: string;
}>;
export default IconHelper;
