import { ReactNode } from 'react'; declare type ContainerProps = { children: ReactNode; variant: 'fixed' | 'fluid'; }; export default ContainerProps;