import { IconBlockProps } from './types';
export declare const IconBlock: {
    ({ iconName, size }: IconBlockProps): import("react/jsx-runtime").JSX.Element;
    displayName: string;
};
