/** * @component Card * @version 1.0.0 * @description Styled component that returns a card with styles * @author: Juan David [manolobkno08] (https://github.com/manolobkno08) */ export declare const CardBlock: import("styled-components").StyledComponent<"article", any, { columns?: number | undefined; shadow?: boolean | undefined; }, never>;