import * as React from 'react'; // components/Admui.d.ts export function AdmuiForm(methods: any, submitFn: any): React.ReactElement; export function AdmuiText(props: any): React.ReactElement; export function AdmuiSelect(props: any): React.ReactElement; export function AdmuiFile(props: any): React.ReactElement; export function AdmuiDivider(props: any): React.ReactElement; export function AdmuiCheck(props: any): React.ReactElement; export function AdmuiDate(props: any): React.ReactElement; export function AdmuiNumber(props: any): React.ReactElement; export function AdmuiTextarea(props: any): React.ReactElement; export function AdmuiSheet(props: any): React.ReactElement; export function useDetail(): any; export const normaliseFn: (...args: any[]) => any; export const searchFn: (...args: any[]) => any;