/** @packageDocumentation * @module StatusBar */ /// import "./SectionsField.scss"; import { StatusFieldProps } from "./StatusFieldProps"; /** Sections Status Field Props * @beta */ export interface SectionsStatusFieldProps extends StatusFieldProps { hideWhenUnused?: boolean; } /** Status Field for showing section extra tools for clearing and showing manipulators * @beta */ export declare function SectionsStatusField(props: SectionsStatusFieldProps): JSX.Element; //# sourceMappingURL=SectionsField.d.ts.map