import * as React from 'react'; declare function Tab(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof Tab; export default Tab;