import type { FC } from 'react'; import type { ForwardProps } from '@pega/cosmos-react-core'; interface AnchorButtonProps { osx: boolean; } declare const AnchorButton: FC; export default AnchorButton; //# sourceMappingURL=AnchorButton.d.ts.map