import { StyleType } from './StyleType';
export type IconType = StyleType & {
    base64: string;
    style?: StyleType;
};
