import { ActionButtonProps } from './types'; declare const ActionButton: import("styled-components").StyledComponent<"button", any, ActionButtonProps, never>; export { ActionButton };