import type React from 'react';
export type Props = {
    children?: React.ReactNode;
    className?: string;
};
//# sourceMappingURL=types.d.ts.map