import { Segment } from './segment.model';
export declare class SubField extends Segment {
    constructor(name?: any, value?: any);
}
