import React from 'react'; interface BottomAppBarIconsProps extends React.ComponentProps<'div'> { } declare const BottomAppBarIcons: ({ children, className, ...rest }: BottomAppBarIconsProps) => import("react/jsx-runtime").JSX.Element; export { BottomAppBarIcons }; //# sourceMappingURL=BottomAppBarIcons.d.ts.map