import { SIZE } from '../button';
import { PADDING } from './constants';
export declare const StyledRoot: import("styletron-react").StyletronComponent<"div", {
    $padding: (typeof PADDING)[keyof typeof PADDING];
    $wrap?: boolean;
    $size: (typeof SIZE)[keyof typeof SIZE];
}>;
