import type { ComponentProps } from 'react'; import Switch from '@splunk/react-ui/Switch'; import P from '@splunk/react-ui/Paragraph'; import type { LinkToEvent } from '@splunk/dashboard-types'; import type { Modal, returnFocus } from '../Modal'; export declare const StyledSwitch: import("styled-components").StyledComponent, never>; export declare const StyledUrl: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const redirectionStyle: { fontWeight: number; marginBottom: number; }; export declare const StyledNote: import("styled-components").StyledComponent, never>; export declare const TEXT: { TITLE: string; INVALID_TITLE: string; CONTINUE: string; CANCEL: string; CLOSE: string; ALLOW_AND_DONT_ASK: string; ALLOW_AND_DONT_ASK_NOTE: string; REDIRECTION: string; INVALID_REDIRECTION: string; INVALID_NOTE: string; NOTE: string; }; export interface ProtectedUrlModalProps extends Partial, 'open' | 'divider' | 'onRequestClose'>> { event?: LinkToEvent['payload']; onRequestClose?: () => void; onAddUrlToAllowList?: (url: string) => void; returnFocus: returnFocus; } //# sourceMappingURL=constants.d.ts.map