import type { TradingNameFieldProps, TradingNameFieldSchema } from './types';
export declare const TRADING_NAME_FIELD: Array<keyof TradingNameFieldSchema>;
export declare function TradingNameField({ data, valid, errors, labels, readonly, handleChangeFor, legalCompanyName, }: TradingNameFieldProps): import("preact").JSX.Element;
