import * as React from 'react';
import { ConfigInterface } from '../types';
interface TestAttributeProps extends ConfigInterface {
    id: string;
}
export declare const TestAttribute: React.FC<TestAttributeProps>;
export {};
