import { IconInterface } from './icon.types'; export declare function iconTheme(props: IconInterface): any; export declare function iconAppearanceTheme(props: IconInterface): any;