import * as React from "react"; export class PaddingButton extends React.Component { public render(): JSX.Element { return ( ); } }