import ConsentSolution, { ConsentSolutionProps } from './ConsentSolution';
import ConsentSolutionSkeleton from './Skeleton';
export default ConsentSolution;
export { ConsentSolutionProps, ConsentSolutionSkeleton };
