/// <reference types="react" />
import { SxProp } from '../sx';
import { ComponentProps } from '../utils/types';
declare const Animation: import("styled-components").StyledComponent<"div", any, SxProp, never>;
export declare type SelectMenuLoadingAnimationProps = ComponentProps<typeof Animation>;
declare const SelectMenuLoadingAnimation: (props: SelectMenuLoadingAnimationProps) => JSX.Element;
export default SelectMenuLoadingAnimation;
