import React from 'react';
import { GuiCardContentProps } from './GuiCardContent.type';
export declare const GuiCardContent: React.FC<GuiCardContentProps>;
export default GuiCardContent;
