import type { ChatMessage } from "../../types"; interface GuildDiscoveryGracePeriodInitialWarningProps { createdAt: ChatMessage["timestamp"]; } declare function GuildDiscoveryGracePeriodInitialWarning(props: GuildDiscoveryGracePeriodInitialWarningProps): import("react/jsx-runtime").JSX.Element; export default GuildDiscoveryGracePeriodInitialWarning; //# sourceMappingURL=GuildDiscoveryGracePeriodInitialWarning.d.ts.map