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