import { CreateStyled, StyledComponent as _StyledComponent } from '@emotion/styled'; import { Theme } from '../theme'; export declare const getColor: (color: string, theme: Theme) => string; export declare const getBoxShadow: (color: string | undefined, position: string | undefined, theme: Theme) => string; export declare const styled: CreateStyled; export declare type StyledComponent = _StyledComponent;