export declare const buttonDefaultProps: {
    id: string;
    pid: string;
    type: string;
    btnText: string;
    layerName: string;
    sign: boolean;
    signSort: number;
    css: {
        borderWidth: number;
        borderStyle: string;
        borderColor: string;
        opacity: number;
        fontSize: number;
        color: string;
        backgroundColor: string;
        width: number;
        height: number;
        borderRadius: number;
        top: number;
        left: number;
        transform: number;
    };
    triggers: {
        event: string;
        link: string;
        go: number;
        phone: string;
        musicName: string;
        musicLink: string;
        musicHash: string;
        music_id: number;
        cat: string;
        originalUrl: string;
        crop: null;
    };
    properties: {
        visible: boolean;
        isLock: boolean;
        required: boolean;
        musicName: string;
        musicLink: string;
        musicHash: string;
        shadowSize: number;
        shadowColor: string;
        shadowX: number;
        shadowY: number;
        shadowBlur: number;
        shadowPoint: number;
        aniOrigin: string;
        animations: never[];
    };
};
export default buttonDefaultProps;
