import { type FunctionComponent, type PropsWithChildren } from 'react';
interface Props {
    className?: string;
    /**
     * Remove filler placeholders
     */
    constrained?: boolean;
}
export declare const TabList: FunctionComponent<PropsWithChildren<Props>>;
export {};
