import { IAuthComponentProps } from './interface'; declare const AuthComponent: ({ value, noAuthContent, children, authList, fieldName }: IAuthComponentProps) => import("react/jsx-runtime").JSX.Element; export default AuthComponent;