import { Ref } from 'vue'; /** * Adjust the width of the cutout on the clip path for the notched label (TextField, Dropdown) */ export declare function useLabelNotch(root: Ref, labelSelector?: string): void; //# sourceMappingURL=useLabelNotch.d.ts.map