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