import type { ComponentType } from 'react';
import type { BottomNavigationProps } from '@mui/material';
interface BottomNavigationStyledProps {
    fixedToBottom?: boolean;
    customColor?: string;
    elevation?: number;
    fixedToTop?: boolean;
    width?: number | string;
    position?: 'absolute' | 'fixed';
}
type BottomNavigationStyledPropsType = BottomNavigationProps & BottomNavigationStyledProps & any;
export declare const BottomNavigation: ComponentType<BottomNavigationStyledPropsType>;
export declare const BottomNavigationAction: any;
export {};
//# sourceMappingURL=BottomNavigation.styled.d.ts.map