/// <reference types="react" />
export interface ITemplateProps {
    area?: string;
    children?: React.ReactNode;
    className?: string;
}
