import React from 'react'; import { GlassContainerProps } from './GlassContainer.types'; export default function GlassContainer(props: GlassContainerProps): React.JSX.Element; //# sourceMappingURL=GlassContainer.d.ts.map