declare const _default: {
    name: string;
    props: {
        name: {
            type: StringConstructor;
            default: string;
        };
        value: {
            type: null;
            default: string;
        };
        type: {
            type: StringConstructor;
            default: string;
        };
        slot: {
            type: BooleanConstructor;
            default: boolean;
        };
    };
    setup(props: any): {
        isPC: boolean;
        valueName: any;
    };
    created(): void;
    methods: {
        getIsPc(): boolean;
    };
};
export default _default;
