/// import { HeaderUnitProps, PaginationUnitProps, NoRowProps, ListWrapperProps, ListContainerProps, ListBodyProps, RecordInfoProps, ListHeaderProps, RowProps, ColCellProps, PaginationWrapperProps, OrderControllerUpAndDownProps, OrderControllerProps, GlobalSearchProps } from "@nexys/core-list/dist/list/ui-type"; declare const Loader: () => JSX.Element; declare const GlobalSearch: (p: GlobalSearchProps) => JSX.Element; declare const PopoverFilter: () => JSX.Element; declare const FilterUnit: () => JSX.Element; export declare const NoRow: (props: NoRowProps) => JSX.Element | null; export declare const PaginationWrapper: (props: PaginationWrapperProps) => JSX.Element; export declare const PaginationUnit: (props: PaginationUnitProps) => JSX.Element | null; export declare const ColCell: (props: ColCellProps) => JSX.Element; export declare const HeaderUnit: (props: HeaderUnitProps) => JSX.Element; export declare const OrderControllerUpAndDown: (props: OrderControllerUpAndDownProps) => JSX.Element; export declare const OrderController: (props: OrderControllerProps) => JSX.Element; export declare const ListWrapper: ({ children }: ListWrapperProps) => JSX.Element; export declare const ListContainer: ({ children, maxHeight, }: ListContainerProps) => JSX.Element; export declare const Row: ({ children }: RowProps) => JSX.Element; export declare const ListHeader: ({ children }: ListHeaderProps) => JSX.Element; export declare const ListBody: ({ children }: ListBodyProps) => JSX.Element; export declare const RecordInfo: (props: RecordInfoProps) => JSX.Element | null; export { FilterUnit, GlobalSearch, PopoverFilter, Loader };