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