import React from "react";
import type { Props } from "./types";
declare const TabPanel: ({ children, margin, padding, dataTest, active }: Props) => React.JSX.Element | null;
export default TabPanel;
