import { AllowedTagNames } from './TabPanel.types';
declare const CLASS_PREFIX = "md-tab-panel";
declare const DEFAULTS: {
    tagName: AllowedTagNames;
};
declare const STYLE: {
    wrapper: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE };
