import { ItemCardProps } from './interfaces'; export declare function getRootStyles(style: ItemCardProps.Style | undefined): { [x: string]: string; borderRadius?: string | undefined; }; export declare function getContentStyles(style: ItemCardProps.Style | undefined): { paddingInline?: string | undefined; paddingBlock?: string | undefined; }; export declare function getHeaderStyles(style: ItemCardProps.Style | undefined): { paddingInline?: string | undefined; paddingBlock?: string | undefined; }; export declare function getFooterStyles(style: ItemCardProps.Style | undefined): { paddingInline?: string | undefined; paddingBlock?: string | undefined; borderBlockStartWidth?: string | undefined; borderBlockStartColor?: string | undefined; borderBlockStartStyle?: "solid" | undefined; };