import { Icon } from "../../../../flex-ui-core/src"; interface StyledIconProps { color?: string; } export declare const StyledIcon: import("@emotion/styled").StyledComponent; }>; export {};