export default OffsetAssetChip; declare function OffsetAssetChip({ children, handleDelete, handleClick, disabled, tooltipText }: { children: any; handleDelete: any; handleClick: any; disabled: any; tooltipText: any; }): JSX.Element; declare namespace OffsetAssetChip { namespace propTypes { export let children: import("prop-types").Validator; export { func as handleDelete }; export { func as handleClick }; export { bool as disabled }; export { string as tooltipText }; } namespace defaultProps { let handleDelete: null; let handleClick: null; let disabled: boolean; let tooltipText: string; } } import { func } from 'prop-types'; import { bool } from 'prop-types'; import { string } from 'prop-types'; //# sourceMappingURL=OffsetAssetChip.d.ts.map