import { CSSProperties } from '@stitches/react'; export declare function IconClose({ style }: { style?: CSSProperties; }): JSX.Element; export declare function IconHelpCircle({ style }: { style?: CSSProperties; }): JSX.Element; export declare function IconLeft({ style }: { style?: CSSProperties; }): JSX.Element; export declare function IconFailure(): JSX.Element; export declare function IconSuccess(): JSX.Element; export declare function IconCircleSuccess({ style }: { style?: CSSProperties; }): JSX.Element; export declare function IconCircleFailure({ style }: { style?: CSSProperties; }): JSX.Element; export declare function IconArrowUp({ style }: { style?: CSSProperties; }): JSX.Element; export declare function IconArrowDown({ style }: { style?: CSSProperties; }): JSX.Element; export declare function IconCode({ style }: { style?: CSSProperties; }): JSX.Element; export declare function MaximizeIcon({ style }: { style?: CSSProperties; }): JSX.Element; export declare function DevModeSimulatorIcon(): JSX.Element; export declare function DevModeWorldcoinAppIcon(): JSX.Element; export declare function DevModeTestingIcon(): JSX.Element; export declare function DevModeDocsIcon(): JSX.Element;