/// import { StatusChipWithCopyProps } from '../StatusChipWithCopy'; import { chipAuthenticationTypes } from './constants'; export interface AuthenticationTypeChipProps extends StatusChipWithCopyProps { title: keyof typeof chipAuthenticationTypes; } declare function AuthenticationTypeChip({ title, ref, ...rest }: AuthenticationTypeChipProps): import("react").JSX.Element; declare const _default: import("react").MemoExoticComponent; export default _default;