import React from 'react'; export declare const AmbientToggleButton: { ({ children, value, ariaLabel, onClick, ...otherProps }: { [x: string]: any; ariaLabel: any; children: any; onClick: any; value: any; }): React.JSX.Element; propTypes: { /** * Contents of the button */ children: any; /** * Value used to determine active toggle */ value: any; /** * Lable for accessiblity on icon */ ariaLabel: any; /** * Function to handle event */ onClick: any; }; }; //# sourceMappingURL=AmbientToggleButton.d.ts.map