import * as React from 'react'; /** @alpha */ export interface SettingsMenuToggleProps extends React.ButtonHTMLAttributes { } /** * The `SettingsMenuToggle` component is a button that toggles the visibility of the `SettingsMenu` component. * @remarks * For the component to have any effect it has to live inside a `LayoutContext` context. * * @alpha */ export declare const SettingsMenuToggle: (props: SettingsMenuToggleProps & React.RefAttributes) => React.ReactNode; //# sourceMappingURL=SettingsMenuToggle.d.ts.map