import React from 'react'; import { LiquidTabsProps } from './LiquidTabs.types'; declare const LiquidTabs: React.FC; export default LiquidTabs;