declare const CLASS_PREFIX = "md-button-simple";
declare const STYLE: {
    wrapper: string;
};
export { CLASS_PREFIX, STYLE };
