/// import { BoxProps, FlexProps } from '../../utility/box'; declare const Card: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, BoxProps & FlexProps>>; export default Card;