import React from 'react'; declare const _default: { title: string; component: React.FC; args: { boxed: boolean; compact: boolean; errorMessage: string; extraInfo: string; hasDarkTooltips: boolean; iconLeft: any; iconRight: any; id: string; label: string; onIconClick: (...args: any[]) => any; rounded: boolean; }; }; export default _default; export declare const basic: (args: any) => React.JSX.Element;