import { default as React } from 'react'; export declare const CollapseTableButton: React.ForwardRefExoticComponent & React.AnchorHTMLAttributes & { text?: string | undefined; contentRight?: React.ReactNode; contentLeft?: React.ReactNode; additionalContent?: React.ReactNode; isLoading?: boolean | undefined; loader?: React.ReactNode; disabled?: boolean | undefined; view?: string | undefined; size?: string | undefined; } & React.RefAttributes, "ref"> & React.RefAttributes & { buttonSize?: "s" | "xxs" | "xs" | undefined; iconSize?: "s" | "xs" | undefined; }, "ref"> & React.RefAttributes>;