import { FunctionComponent } from 'react';
type TabPanelSettingsPropsType = {
    position?: string;
    width?: number;
};
declare const TabPanelSettings: FunctionComponent<TabPanelSettingsPropsType>;
export default TabPanelSettings;
