import { CardProps } from '../components'; /** * @param fullWidth - boolean to determine if card should fill horizontal axis * @param width - width of the card * @returns {string} */ export declare const getCardWidth: ({ fullWidth, width }: Pick) => string;