declare const CLASS_PREFIX = "md-button-dialpad";
declare const STYLE: {
    primaryText: string;
    secondaryText: string;
    wrapper: string;
    innerWrapper: string;
};
export { CLASS_PREFIX, STYLE };
