import { IconProps } from '../../types'; export declare function Icon({ source, color, backdrop, accessibilityLabel, size, stroke, className, noEvents, }: IconProps): import("react/jsx-runtime").JSX.Element; export type { IconProps };