import { ELEVATION, PADDING_ITEM_SIZE } from '../../common/interfaces/ui'; export declare class GritCard { /** Sets the shown elevation of the card */ elevation: ELEVATION; /** Sets padding of the card */ padding: PADDING_ITEM_SIZE | string; render(): any; }