import type { NewCoreIconProps } from '@atlaskit/icon'; export declare const appearancePropsMap: { block: { icon: { (props: NewCoreIconProps): JSX.Element; displayName: string; }; title: { defaultMessage: string; description: string; id: string; }; }; embed: { icon: { (props: NewCoreIconProps): JSX.Element; displayName: string; }; title: { defaultMessage: string; description: string; id: string; }; }; inline: { icon: { (props: NewCoreIconProps): JSX.Element; displayName: string; }; title: { defaultMessage: string; description: string; id: string; }; }; url: { icon: { (props: NewCoreIconProps): JSX.Element; displayName: string; }; title: { defaultMessage: string; description: string; id: string; }; }; };