import type { FixedViewProps } from './fixed-view'; export declare function FixedView(props: FixedViewProps): JSX.Element; export default FixedView;