/// import { CommonStyleProps } from "../systemHelpers"; export declare type ActionProps = CommonStyleProps & { disabled?: boolean; destructive?: boolean; }; export declare const Action: import("styled-components").StyledComponent<"button", any, import("react").PropsWithChildren, never>; export declare const asAction: (component: React.FC) => import("styled-components").StyledComponent, any, import("react").PropsWithChildren, never>;