declare namespace _default {
    export const subjectTemplate: {
        type: string;
        required: boolean;
        icon: string;
        label: string;
    };
    export const receiversTemplate: {
        type: string;
        required: boolean;
        icon: string;
        label: string;
    };
    export const textTemplate: {
        type: string;
        required: boolean;
        icon: string;
        label: string;
    };
    export const resultPath: {
        type: string;
        required: boolean;
        icon: string;
        label: string;
    };
}
export default _default;
