import * as React from 'react';
export interface IButtonExampleProps {
    disabled?: boolean;
    checked?: boolean;
}
export declare const ButtonAnchorExample: React.FunctionComponent<IButtonExampleProps>;
