export interface ITemplateProps {
  area?: string;
  children?: React.ReactNode;
  className?: string;
}
