export declare interface FwCardProps { title?: string; prefixTitle?: string; to?: string | object; href?: string; slotPadding?: boolean; isBordered?: boolean; }