import type { CSSObject, Theme } from "@emotion/react"; type PressedStylesProps = { theme: Theme; }; export declare function getPressedStyles({ theme }: PressedStylesProps): CSSObject; export {};