import { ReactElement } from 'react'; import { Primitive } from '../common/primitive'; import { Toggle } from '../common/toggle'; export interface DiaphragmProps extends Toggle.ButtonProps, Primitive.SVGBasedProps { } export declare const Diaphragm: ({ color, className, orientation, scale, ...rest }: DiaphragmProps) => ReactElement; //# sourceMappingURL=Diaphragm.d.ts.map