import type { IType } from '../../types/interfaces/IType';
import { AType } from './AType';
export declare class TupleType extends AType implements IType {
    static swayType: string;
    name: string;
    static MATCH_REGEX: RegExp;
    static isSuitableFor(params: {
        type: string;
    }): boolean;
    parseComponentsAttributes(params: {
        types: IType[];
    }): import("../../types/interfaces/IType").ITypeAttributes;
}
//# sourceMappingURL=TupleType.d.ts.map