import { FunctionComponent } from 'react';
/** Wrap this around each list and use @see ListItemPanel for each item in list. */
export declare const ListPanel: FunctionComponent<{
    loading?: boolean;
    children?: React.ReactNode;
    className?: string;
}>;
