import { ReactElement } from 'react'; import { FormProps as NodeFormProps } from '../../spec'; export interface TankFormProps extends NodeFormProps { showBorderRadius?: boolean; showStrokeWidth?: boolean; showFillTab?: boolean; } export declare const TankForm: ({ showBorderRadius, showStrokeWidth, showFillTab, }: TankFormProps) => ReactElement; //# sourceMappingURL=Form.d.ts.map