import * as react_jsx_runtime from 'react/jsx-runtime';
import { I as IconProps } from './index-DjbfasKw.js';

type IconDualColorRootProps = Omit<React.ComponentPropsWithRef<'div'>, 'className'> & Pick<IconProps, 'size'> & {
    /**
     * Quando `true`, renderiza o componente como um slot via `@radix-ui/react-slot`,
     * permitindo controle externo sobre o elemento raiz.
     */
    asChild?: boolean;
    /**
     * Define se o componente está desabilitado.
     * Quando `true`, o componente não pode ser interagido.
     */
    disabled?: boolean;
};
declare function IconDualColorRoot({ children, size, disabled, asChild, ...props }: IconDualColorRootProps): react_jsx_runtime.JSX.Element;
declare namespace IconDualColorRoot {
    var displayName: string;
}

export { type IconDualColorRootProps as I, IconDualColorRoot as a };
