import { CactusTheme } from '@repay/cactus-theme'; import React from 'react'; import { StyledComponent } from 'styled-components'; import { TextProps } from '../Text/Text'; declare type LabelAttributes = Omit, 'color'>; export interface LabelProps extends LabelAttributes, TextProps { } export declare const Label: StyledComponent, CactusTheme, TextProps, never>; export default Label;