import React from 'react';
type Props = {
    height?: number;
    color?: string;
};
export declare const SelectedTab: ({ height, color }: Props) => React.JSX.Element;
export {};
