import type { InputBoxProps } from '@rocket.chat/fuselage';
import type { ReactNode } from 'react';
declare const WorkspaceUrlInput: import("react").ForwardRefExoticComponent<Omit<InputBoxProps, "type"> & {
    addon?: ReactNode;
    error?: string | undefined;
    domain: string;
} & import("react").RefAttributes<HTMLInputElement>>;
export default WorkspaceUrlInput;
//# sourceMappingURL=WorkspaceUrlInput.d.ts.map