/// <reference types="react" />
import { IComponentDemoPageProps } from '@uifabric/example-app-base';
export declare const PersonaCoinPage: (props: IComponentDemoPageProps) => JSX.Element;
