import { FC } from 'react'; export interface FalconTitleInterface { text: string; } declare const StickyBottomSheet: FC; export default StickyBottomSheet;