///
import { ToggleMode } from './useToggle.js';
interface ProducerAriaProps {
(props: {
consumerId?: string;
mode: NonNullable;
}): React.AriaAttributes;
}
export declare const getProducerAriaProps: ProducerAriaProps;
export {};
//# sourceMappingURL=getProducerAriaProps.d.ts.map