export type ActionIntent = 'primary' | 'success' | 'danger'; export declare const StyledRectButton: import("@emotion/native").StyledComponent & { theme?: import("@emotion/react").Theme; as?: React.ElementType; } & { themeIntent: ActionIntent; }, {}, {}>;