export default class SegmentedControlElement extends HTMLElement {
    constructor();
}
declare global {
    interface Window {
        SegmentedControlElement: typeof SegmentedControlElement;
    }
}
