export function AITile({ tileId, href, title, subtitle, disabledTaskLabel, customContent, primaryIcon: PrimaryIcon, secondaryIcon: SecondaryIcon, aiLabelVariant, aiLabelText, aiLabelTagType, onClick: aiTileClickHandler, ariaLabel, open, isLoading, isDisabled, ...rest }: { [x: string]: any; tileId: any; href: any; title: any; subtitle: any; disabledTaskLabel: any; customContent: any; primaryIcon: any; secondaryIcon: any; aiLabelVariant: any; aiLabelText: any; aiLabelTagType: any; onClick: any; ariaLabel: any; open: any; isLoading: any; isDisabled: any; }): React.DetailedReactHTMLElement | React.FunctionComponentElement>>; import React from 'react';