/// import { type DEFAULT_TXT_ELEMENT, type TxtProps } from '../../../Txt'; export type EmptySecondaryActionOwnProps = TxtProps; export type EmptySecondaryActionProps = React.PropsWithChildren>; export declare function EmptySecondaryAction({ ...restTxtProps }: EmptySecondaryActionProps): import("react/jsx-runtime").JSX.Element; export declare namespace EmptySecondaryAction { var displayName: string; } //# sourceMappingURL=SecondaryAction.d.ts.map