import { ExtractPropTypes } from 'vue';
import MarginLabel from './index.vue';
export type MarginLabelProps = ExtractPropTypes<typeof MarginLabel>;
