import { member } from "../../../core";
export interface ExpanderInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    SectionRoot?: member<any>;
}
export declare function Expander(props: ExpanderInput): any;
//# sourceMappingURL=Expander.d.ts.map