import { channel } from '@synnaxlabs/client'; import { ReactElement } from 'react'; import { Input } from '../input'; export interface AliasInputProps extends Input.TextProps { channel: channel.Key; range?: string; isDefault?: boolean; onReset?: () => void; } export declare const AliasInput: ({ channel, range, isDefault, onReset, ...rest }: AliasInputProps) => ReactElement; //# sourceMappingURL=AliasInput.d.ts.map