export declare type TabProps = { fontSize?: number; text: string; isActive?: boolean; onClick?: () => void; };