import React from 'react'; import { MarginProps } from 'styled-system'; export declare type CheckableProps = MarginProps & Omit, 'type' | 'ref'>; export declare const WrapperLabel: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, {}, never>; export declare const svgStyles = "\n display: block;\n box-sizing: border-box;\n font-size: 16px;\n width: 1em;\n height: 1em;\n vertical-align: -1px; /* TODO may change, Hector mentioned he thought it was too high */\n line-height: 1; /* TODO is this actually needed? */\n color: transparent;\n background-color: transparent;\n";