export interface StyledProps { /** * prevent redirecting * @default false */ preventRedirect: boolean; /** * Callback fired when the component requests to be closed. * * @param {object} event The event source of the callback. * @param {string} reason Can be: `"escapeKeyDown"`, `"backdropClick"`. */ onClose?: any; /** * If `true`, loading option */ loading?: boolean; } declare const StyledComponent: import("@emotion/styled").StyledComponent, {}, {}>; export default StyledComponent; //# sourceMappingURL=Styled.d.ts.map