import { FontSize, StrokeWidth } from '../types'; import { IconProps } from './types'; export declare class Icon implements IconProps { /** Sets abds-icon to display. */ icon: string; /** Sets icon size. */ size: FontSize; /** Sets icon stroke-width. */ strokeWidth: StrokeWidth; render(): any; }