import type { Secret } from "instill-sdk"; export type APITokenTableProps = { isError: boolean; isLoading: boolean; secrets: Secret[]; }; export declare const SecretTable: (props: APITokenTableProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SecretTable.d.ts.map