import React from 'react'; export interface TopAppbarFixedAdjustProps { tag?: string; className?: string; dense?: boolean; prominent?: boolean; short?: boolean; } declare const FixedAdjust: React.FunctionComponent; export default FixedAdjust;