export declare const formSingleDefaultProps: {
    id: string;
    pid: string;
    title: string;
    type: string;
    layerName: string;
    sign: boolean;
    signSort: number;
    css: {
        fontFamily: string;
        fontSize: number;
        color: string;
        width: number;
        height: string;
        left: number;
        top: number;
        backgroundColor: string;
        borderRadius: number;
        borderColor: string;
        borderWidth: number;
        borderStyle: string;
        transform: number;
        opacity: number;
    };
    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[];
    };
    items: {
        label: string;
        value: string;
    }[];
};
export default formSingleDefaultProps;
