import React from 'react';
import { ISurface } from '../Surface/Surface';
export declare type IBottomAppBar = ISurface & {
    fixed?: boolean;
};
declare const BottomAppBar: React.FC<IBottomAppBar>;
export default BottomAppBar;
