export declare const groupDefaultProps: {
    id: string;
    layerName: string;
    groupId: string;
    eleId: string[];
    type: string;
    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[];
    };
    css: {
        width: number;
        height: number;
        left: number;
        top: number;
        transform: number;
    };
    triggers: {
        event: string;
        link: string;
        go: null;
        phone: string;
        musicName: string;
        musicLink: string;
        musicHash: string;
    };
};
export default groupDefaultProps;
