import { Theme } from './theme'; import { DefaultTheme } from 'styled-components'; export declare const padding: (theme?: Theme) => any; export declare const margin: (theme?: Theme) => any; export declare const border: (theme?: Theme) => any; export declare const borderRadius: (theme?: Theme) => any; export declare const borderColor: (theme?: Theme) => any; export declare const fontSize: (theme?: Theme) => any; export declare const fontColor: (theme?: Theme) => any; export declare const fontColorActive: (theme?: Theme) => any; export declare const fontWeightLight: (theme?: Theme) => any; export declare const fontWeightNormal: (theme?: Theme) => any; export declare const fontWeightSemiBold: (theme?: Theme) => any; export declare const fontWeightBold: (theme?: Theme) => any; export declare const iconSize: (theme?: Theme) => any; export declare const iconColor: (theme?: Theme) => any; export declare const iconColorActive: (theme?: Theme) => any; export declare const backgroundColor: (theme?: Theme) => any; export declare const backgroundColorSelected: (theme?: Theme) => any; export declare const backgroundColorActive: (theme?: Theme) => any; export declare const backgroundColorHover: (theme?: Theme) => any; export declare const backgroundColorFocused: (theme?: Theme) => any; export declare const backgroundColorDisabled: (theme?: Theme) => any; export declare const boxShadow: (theme?: Theme) => any; export declare const boxShadowHover: (theme?: Theme) => any; export declare const blue50: (theme?: Theme) => any; export declare const blue100: (theme?: Theme) => any; export declare const blue200: (theme?: Theme) => any; export declare const blue300: (theme?: Theme) => any; export declare const blue400: (theme?: Theme) => any; export declare const blue500: (theme?: Theme) => any; export declare const blue600: (theme?: Theme) => any; export declare const blue700: (theme?: Theme) => any; export declare const blue800: (theme?: Theme) => any; export declare const blue900: (theme?: Theme) => any; export declare const gray50: (theme?: Theme) => any; export declare const gray100: (theme?: Theme) => any; export declare const gray200: (theme?: Theme) => any; export declare const gray300: (theme?: Theme) => any; export declare const gray400: (theme?: Theme) => any; export declare const gray500: (theme?: Theme) => any; export declare const gray600: (theme?: Theme) => any; export declare const gray700: (theme?: Theme) => any; export declare const gray800: (theme?: Theme) => any; export declare const gray900: (theme?: Theme) => any; export declare const teal: (theme?: Theme) => any; export declare const red: (theme?: Theme) => any; export declare const orange: (theme?: Theme) => any; export declare const amber: (theme?: Theme) => any; export declare const green: (theme?: Theme) => any; export declare const cyan: (theme?: Theme) => any; export declare const blueLight: (theme?: Theme) => any; export declare const blue: (theme?: Theme) => any; export declare const violet: (theme?: Theme) => any; export declare const magenta: (theme?: Theme) => any; export declare const pink: (theme?: Theme) => any; export declare const brown: (theme?: Theme) => any; export declare const gray: (theme?: Theme) => any; export declare const white: (theme?: Theme) => any; export declare const black: (theme?: Theme) => any; export declare const error: (theme?: Theme) => any; export declare const primaryColor: (theme?: DefaultTheme | Theme) => any; export declare const primaryColorSvg: (theme?: Theme) => string; export declare const successColor: (theme?: Theme) => any; export declare const warningColor: (theme?: Theme) => any; export declare const errorColor: (theme?: Theme) => any; export declare const infoColor: (theme?: Theme) => any; export declare const componentHeight: (theme?: Theme) => any; export declare const alertMessageFontSize: (theme?: Theme) => any; export declare const alertDescriptionMessageFontSize: (theme?: Theme) => any; export declare const headingFontSize: (theme?: Theme) => any; export declare const buttonSize: (theme?: Theme) => any; export declare const dataPickerHeight: (theme?: Theme) => any; export declare const dataPickerFontSize: (theme?: Theme) => any; export declare const dataPickerPaddingX: (theme?: Theme) => any; export declare const paginationHeight: (theme?: Theme) => any; export declare const paginationFontSize: (theme?: Theme) => any; export declare const paginationPaddingX: (theme?: Theme) => any; export declare const paragraphSize: (theme?: Theme) => any; export declare const tableFontSize: (theme?: Theme) => any; export declare const tagLineHeight: (theme?: Theme) => any; export declare const tagFontSize: (theme?: Theme) => any; export declare const tagPaddingX: (theme?: Theme) => any; export declare const tagPaddingY: (theme?: Theme) => any; export declare const tabHeight: (theme?: Theme) => any; export declare const tabFontSize: (theme?: Theme) => any; export declare const tabPaddingX: (theme?: Theme) => any; export declare const inputHeight: (theme?: Theme) => any; export declare const inputFontSize: (theme?: Theme) => any; export declare const inputPaddingX: (theme?: Theme) => any; export declare const selectHeight: (theme?: Theme) => any; export declare const selectFontSize: (theme?: Theme) => any; export declare const selectPaddingX: (theme?: Theme) => any; export declare const cardPaddingX: (theme?: Theme) => any; export declare const cardPaddingY: (theme?: Theme) => any; export declare const cardFontSize: (theme?: Theme) => any; export declare const cardLineHeight: (theme?: Theme) => any; export declare const switchPeriodComparativeFontSize: (theme?: Theme) => any; export declare const gridOuterPadding: (theme?: Theme) => any; export declare const gridOuterMargin: (theme?: Theme) => any; export declare const gridGutterWidth: (theme?: Theme) => any; export declare const gridGutterCompensation: (theme?: Theme) => any; export declare const gridHalfGutterWidth: (theme?: Theme) => any; export declare const gridBreakpoints: (theme?: Theme) => any; export declare const gridColumns: (theme?: Theme) => any; export declare const gridContainerSm: (theme?: Theme) => any; export declare const gridContainerMd: (theme?: Theme) => any; export declare const gridContainerLg: (theme?: Theme) => any; export declare const progressHeight: (theme?: Theme) => any; export declare const progressFontSize: (theme?: Theme) => any; export declare const progressBackgroundColor: (theme?: Theme) => any; export declare const formControlMessageFontSize: (theme?: Theme) => any;