import React from 'react'; declare type Props = { children?: React.ReactNode; }; declare const PhenomLayout: React.FC; export { PhenomLayout };