import { default as React, ReactNode } from 'react'; export type ListBoxFooterProps = { children: ReactNode; }; export declare function ListBoxFooter({ children }: ListBoxFooterProps): React.JSX.Element | null; //# sourceMappingURL=ListBoxFooter.d.ts.map